home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 11732 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  996 b 

  1. Path: anvil.ugrad.cs.ubc.ca!not-for-mail
  2. From: c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: binary tree question
  5. Date: 25 Mar 1996 11:21:45 -0800
  6. Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
  7. Message-ID: <4j6ro9INNgnm@anvil.ugrad.cs.ubc.ca>
  8. References: <4isglj$cgg@netaxs.com> <4ivpff$a6j@netaxs.com> <4j6fjjINNc2p@keats.ugrad.cs.ubc.ca> <3156E113.34B0@oc.com>
  9. NNTP-Posting-Host: anvil.ugrad.cs.ubc.ca
  10.  
  11. In article <3156E113.34B0@oc.com>, Larry Weiss  <lfw@oc.com> wrote:
  12.  >Kazimir Kylheku wrote:
  13.  > > 
  14.  > > 
  15.  > > Have a look at K&R2, section 8.7 Example---A Storage Allocator.  It shows a
  16.  > > simple C implementation of malloc() and free(). N.B.: you cannot write your own
  17.  > > function called malloc() as the book suggests, for it is a reserved symbol
  18.  > > according to ANSI. The book is wrong in this respect.
  19.  > > 
  20.  >
  21.  >Should that fact be mentioned in an errata for K&R2  ?
  22.  
  23. Of course.
  24.  
  25. One book with errata is bad enough!
  26. -- 
  27.  
  28.